@charset "utf-8";
html,body{width: 100%; overflow-x:hidden;}

body{padding:0; margin:0px auto; font-size:14px; line-height:24px; color:#333; width:100%; zoom:1;font-family: 'Microsoft YaHei',arial,sans-serif; background: #fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
select,input,textarea,button{font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, Microsoft YaHei, sans-serif;}
input:focus {outline: none;}
input,button,select,textarea{border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select {background:none; border:none; margin:0; padding:0; font-size:14px;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{display: block;} /*html5设置*/
figure,figcaption{margin:0px; padding:0px;}
/*audio,canvas,progress,video {display: block;}*/
img{max-width:100%; border:none; border:0;  vertical-align:top;}
a{color:#333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{text-decoration:none; color:#a50000;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.mgc{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #d5d5d5;}.mgc:checked:after{left:-5px; top:-5px; position:absolute;content:'';display:block;height:10px;width:10px; border-radius:50%; background:#3b66ad; border:6px solid #dddddd;}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgc:checked{background-color:#fff;border-color:#d7d7d7;}.mgc:checked:after{border-color:#dddddd}.mgc-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgc-primary:checked{background-color:#337ab7;border-color:#337ab7;}.mgc-primary:checked:after{border-color:#fff}.mgc-success{background-color:#fff;border:1px solid #d7d7d7;}.mgc-success:checked{background-color:#5cb85c;border-color:#5cb85c;}.mgc-success:checked:after{border-color:#fff}.mgc-info{background-color:#fff;border:1px solid #d7d7d7;}.mgc-info:checked{background-color:#5bc0de;border-color:#5bc0de;}.mgc-info:checked:after{border-color:#fff}.mgc-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgc-warning:checked{background-color:#f0ad4e;border-color:#f0ad4e;}.mgc-warning:checked:after{border-color:#fff}.mgc-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgc-danger:checked{background-color:#cf3b3a;border-color:#cf3b3a;}.mgc-danger:checked:after{border-color:#fff}.mgc-circle{border-radius:50%}.mgc-sm{width:12px;height:12px;}.mgc-sm:checked:after{top:2px;left:1px;height:3px;width:6px}.mgc-lg{width:19px;height:19px;}.mgc-lg:checked:after{top:3px;left:3px;height:5px;width:10px}.mgr{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:1px solid #d7d7d7;}.mgr:disabled{opacity:.65}.mgr:before{content:'';display:block;height:0;width:0;-webkit-transition:width .25s,height .25s;transition:width .25s,height .25s}.mgr:checked:before{height:8px;width:8px;border-radius:50%;margin:3px 0 0 3px}.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgr:checked{border:1px solid #555;}.mgr:checked:before{background-color:#555}.mgr-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgr-primary:checked{border:1px solid #337ab7;}.mgr-primary:checked:before{background-color:#337ab7}.mgr-success{background-color:#fff;border:1px solid #d7d7d7;}.mgr-success:checked{border:1px solid #5cb85c;}.mgr-success:checked:before{background-color:#5cb85c}.mgr-info{background-color:#fff;border:1px solid #d7d7d7;}.mgr-info:checked{border:1px solid #5bc0de;}.mgr-info:checked:before{background-color:#5bc0de}.mgr-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgr-warning:checked{border:1px solid #f0ad4e;}.mgr-warning:checked:before{background-color:#f0ad4e}.mgr-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgr-danger:checked{border:1px solid #cf3b3a;}.mgr-danger:checked:before{background-color:#cf3b3a}.mgr-sm{width:12px;height:12px;}.mgr-sm:checked:before{height:6px;width:6px;border-radius:50%;margin:2px 0 0 2px}.mgr-lg{width:19px;height:19px;}.mgr-lg:checked:before{height:11px;width:11px;border-radius:50%;margin:3px 0 0 3px}.mgc-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:41px;height:24px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background:#dfdfdf;}.mgc-switch:before,.mgc-switch:after{content:" ";position:absolute;top:0;left:0;border-radius:15px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.mgc-switch:before{width:39px;height:22px;background-color:#fdfdfd}.mgc-switch:after{width:22px;height:22px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.mgc-switch:checked{border-color:#04be02;background-color:#04be02;}.mgc-switch:checked:before{-webkit-transform:scale(0);transform:scale(0)}.mgc-switch:checked:after{-webkit-transform:translateX(17px);transform:translateX(17px)}.mgc-sm.mgc-switch{height:20px;width:32px;}.mgc-sm.mgc-switch:before{height:18px;width:30px}.mgc-sm.mgc-switch:after{width:18px;height:18px}.mgc-sm.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(10px);transform:translateX(10px)}.mgc-lg.mgc-switch{height:32px;width:52px;}.mgc-lg.mgc-switch:before{height:30px;width:50px}.mgc-lg.mgc-switch:after{width:30px;height:30px}.mgc-lg.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(18px);transform:translateX(18px)}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #a50000;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*font*/
.yh{font-family: 'Microsoft YaHei';}
.tit{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}

/*table*/
.table{display: table; width: 100%; border-collapse: collapse;}
.table-head,.table-body{display: table-row; width: 100%;}
.table-th,.table-td{display: table-cell; text-align: center; vertical-align: middle;}

/*effict*/
.Scale-img{cursor: pointer; zoom:1; overflow: hidden; position: relative; z-index: 3;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;display: block; width: 100%;}
.Scale-img:hover img,.Scale-img:hover span,li:hover .Scale-img img,li:hover .Scale-img span {opacity: 1;-webkit-transform: scale3d(1.03,1.03,1.03);transform: scale3d(1.03,1.03,1.03); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{overflow:hidden; position:relative;}
.imgbox span,.Scale-img span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}

/* icon */
.icons img{position: absolute; width: 100%; left: 0; top: 0;}
.icons .i1{transition: 400ms;}
.icons .i2{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha (opacity=0); transition:500ms;}
li:hover .icons .i2,li.on .icons .i2,.item.slick-current .icons .i2{-webkit-transform:scale(1); transform:scale(1); opacity:1;  filter:alpha(opacity=100);}
li:hover .icons .i1,li.on .icons .i1,.item.slick-current .icons .i1{opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale (1.2); transform: scale(1.2);}

/*pages*/
.Pages{zoom:1;text-align:center;color:#666;clear:both; line-height: 36px; vertical-align: top;}
.Pages span{padding:0px 0px;display:inline-block;}
.Pages a{display:inline-block;margin:0px 4px;text-align:center;}
.Pages .p_page a{display:inline-block;vertical-align:middle;}

.Pages .p_page .a_prev,.Pages .p_page .a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{display:inline-block;vertical-align:middle;color:#666;font-size:14px;}
.Pages .p_page .num a{display:inline-block;width:40px;text-align:center;vertical-align:middle;font-size:14px;color:#666;border:1px solid #e6e6e6;}
.Pages a.a_prev,.Pages a.a_next,.Pages .p_page .a_first,.Pages .p_page .a_end{padding:0 10px;border:1px solid #e6e6e6;}
.Pages .p_page .num a:hover,.Pages .p_page .num a.a_cur{background:#a50000;color:#fff;border:1px solid #a50000;}
.Pages a.a_prev:hover,.Pages a.a_next:hover,.Pages .p_page .a_first:hover,.Pages .p_page .a_end:hover{background:#a50000;color:#fff;border:1px solid #a50000;}
.Pages .sum{display:inline-block;margin-left:4px;width:80px;border:1px solid #e6e6e6;vertical-align:top;}
.Pages .sum span{font-size:14px;color:#666;text-align:center;}
.Pages .sum span b{font-weight:normal;}
.p_jump b{font-size:14px;color:#666;font-weight:normal;margin:0 12px;}
.p_jump .i_text{width:62px;height:33px;border:1px solid #e6e6e6;text-align:center;}
.p_jump .i_button{font-size:14px;color:#666;cursor:pointer;margin-top:-6px;}

@media ( max-width:1024px){
	.Pages{line-height: 30px;}
	.Pages a{margin-bottom: 3px;}
	.Pages .p_page .a_first,.Pages .p_page .a_end{ display:none;}
	.Pages .p_page .num a{width: 30px;}	
	.Pages .sum{width: auto; padding: 0 10px; margin-bottom: 3px;}
	.p_jump .i_text{width: 50px; height: 30px;}
}

@media ( max-width:500px){
	.Pages a{margin: 0 2px 3px;}
	.Pages a.a_prev, .Pages a.a_next, .Pages .p_page .a_first, .Pages .p_page .a_end{padding: 0 5px;}
}
/*pages end*/

/*Top*/
.Advimg img{display: block; width: 100%;}
.Top{background: #dadada;}
.Top .link{float: right; line-height: 50px;}
.Top .link a{display: inline-block; font-size: 18px; color: red; margin-right: 20px; position: relative;}
.Top .link i{color: #fff; font-size: 30px; display: inline-block; vertical-align: middle;}
.Top .link .img{position: absolute; width: 100px; left: 50%; top: 100%; margin-left: -50px; z-index: 9999; display: none;}
.Top .link .img img{display: block; width: 100%;}
.Top .link a:hover .img{display: block;}

.Header{background: #fff; width: 100%; position: relative; left: 0; top: 0; z-index: 1000;}
.Header .bgon{transition: all ease 0.3s;}
.Header .Logo{padding: 48px 0; background: url(../images/topbg.png) no-repeat right center;}
.Header .Logo img{display: block; width: 45.388%;}

.Search{ position:relative; float: right; margin-top: 7px;}
.Search .Searchico{ cursor:pointer; color:#333; text-align: center; width: 38px; display: none;}
.Search .Searchico .iconfont{ vertical-align:bottom; font-size:26px;}
.Search .Searchico .icongb1{ display:none;}
.Search .Searchico:hover{ color:#a50000;}
.Search .Searchico.on .icongb1{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .searchbox{width: 205px; padding-right: 72px; line-height:36px; transition: all ease 0.3s;}
.Search .searchbox.on{visibility:visible; opacity:1; top:100%;}
.Search .searchbox input{ width:100%; height:38px; background: #fff; padding: 0 10px;}
.Search .searchbox .input::-webkit-input-placeholder {color: #999;}
.Search .searchbox .btn{ position:absolute; right:0; top:0; bottom: 0; width:70px; background:#ff003c; color: #fff; padding: 0; font-size: 15px;}

.MainNav{background: #a50000;}
.MainNav li{float:left; width: 10%; text-align:center; position: relative;}
.MainNav li span a{z-index:1; position:relative; display: block; line-height: 55px; color:#fff; font-size:18px; background: url(../images/navline.png) no-repeat right center;}
/*.MainNav li:nth-last-child(2){width:13%;}*/
.MainNav li:nth-last-child(2) span a{background: none;}
.MainNav li span a em{position:relative; z-index:1;}
.MainNav .arr{display:none;}
.MainNav .arr .iconjian{display:none;}
.MainNav li.onnav span a,.MainNav li:hover span a{background: #970000;}

.NavPull{width: 100%; position: absolute; left: 0; top: 100%; z-index: 99; display: none; background: #a50000;}
.NavPull dd a{display: block; line-height: 40px; text-align: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.8); font-size: 14px;}
.NavPull dd:last-child a{border-bottom: none;}
.NavPull dd:hover a{background: #970000; color: #fff;}
.NavPull.on{display: block;}

.openbtn{cursor:pointer; display:none;width:32px; height:25px; position:absolute; right:12px; top:50%; margin-top: -12px; z-index:9;}
.closebtn{position:fixed; left:0px; top:60px; width:100%; height:100%; z-index:99; display:none;}
.openbtn span{display:block; height:3px; background:#a50000; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn span.sp2{width: 18px; margin-left: 9px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp3 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp2{display:none;}

@media ( max-width:1300px){
	.Advimg,.Top{display: none;}
	.Header{box-shadow: 0 3px 20px rgba(0,0,0,0.1);}
	.Header .Logo{padding: 10px 0;}
	.Header .Logo img{width: 380px;}
	/* .Search .Searchico{display: block;}
	.Search .searchbox{visibility: hidden; opacity: 0; width: 200px; position: absolute; top: 100%; right: 0; z-index: 99;} */
	.Header .openbtn{display:block;}
	.MainNav{position:fixed; left:0; z-index:100; width:100%; top: 60px; bottom: 0; overflow: auto; float: none; padding:0 0 15px; transition: all ease 0.3s; display:none; background: rgba(0,0,0,0.85);}
	.MainNav ul{padding:12px 0; width: auto; float: none;}
	.MainNav li{opacity:0; display:block; position:relative; float:none; border-bottom:1px solid rgba(255,255,255,0.1); width:auto; opacity:0;transition:opacity 1s;}
    .MainNav li:nth-last-child(2){width:auto;}
	.MainNav li:nth-child(1){transition:opacity 1s;}
	.MainNav li:nth-child(2){transition:opacity 1s 0.2s;}
	.MainNav li:nth-child(3){transition:opacity 1s 0.3s;}
	.MainNav li:nth-child(4){transition:opacity 1s 0.4s;}
	.MainNav li:nth-child(5){transition:opacity 1s 0.5s;}
	.MainNav li:nth-child(6){transition:opacity 1s 0.6s;}
	.MainNav li:nth-child(7){transition:opacity 1s 0.7s;}
	.MainNav li span a{font-size:16px; text-align:left; display:block; background: none; line-height:30px; padding:10px 0 10px 15px;}
	.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{color:#a50000; background: none;}
	.MainNav .arr{display:inline-block; position:absolute; z-index:2; width:50%; height:50px; line-height:44px; right:0px; padding-right:10px; top:0px; color: rgba(255,255,255,0.8);}
	.MainNav .arr i{position:absolute; height:auto; background:none; right:0px; top:5px;}
	.MainNav li.onnav .iconjia{display:none;}
	.MainNav li.onnav .iconjian{display:block;}
	.MainNav li.onnav .NavPull{display: block;}
	.MainNav.on li{opacity:1;}

	.NavPull{width:auto; position:static; margin-left: 0; background: none; padding-bottom: 15px;}
	.NavPull dd a{text-align:left; padding: 0 0 0 35px; border-bottom: none; color: rgba(255,255,255,0.7);}
}

@media ( max-width:768px){
	.Header .Logo img{width: 280px;}
	.MainNav{top: 50px;}
}

@media ( max-width:500px){
	.Header .Logo{background: none;}
	/* .Top .link a{font-size: 16px; margin-right: 10px;}
	.Top .link i{font-size: 25px;}
	.Search .searchbox{width: 174px; padding-right: 52px;}
	.Search .searchbox .btn{width: 50px;} */
}
/*Top*/

/*Bottom*/
.Bottom{line-height:30px; background:#f7f7f7; border-top:6px solid #a50000; padding:40px 0 20px; overflow:hidden; font-size:14px; color:#7a7a7a;}
.Bottom .box{text-align:center;}
.Bottom .bmenu a{display:inline-block; color:#7a7a7a;}
.Bottom .bmenu i{padding: 0 10px;}
.Bottom .con a{color: #7a7a7a;}

.Bottom .ftwx{position:absolute;right:0px;top:0px;}
.Bottom .ftwx li{display:inline-block;width:100px;text-align:center;margin-left:20px;}
.Bottom .ftwx li img{display:block; width:100%;}
.Bottom .ftwx li p{line-height:20px;margin-top:10px;}

@media ( max-width:1024px){
	.Bottom{padding: 20px 0; line-height: 24px;}
	.Bottom .ftwx{position: static; text-align: center;}
}

/*Bottom*/

/*公用样式*/
.fl{float:left;}.fr{float:right;}.tl{text-align:left !important;}.tr{text-align:right;}.tc{text-align:center !important;}
.hide{display:none;}
.block{display:block;}
.none{position:absolute; top:0; left:0; width:100%;visibility:hidden; opacity:0;}
.clear{clear:both;}
.clearfix{overflow:hidden;_zoom:1;*zoom:1;}
.clearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.relative{position:relative; z-index:1;}
.auto{margin: 0 3%;}
.din{font-family: 'din';}
.arial{font-family: Arial;}

@media ( max-width:1230px){
	.auto{margin: 0 15px;}
}

.f_color{color: #a50000 !important;}
.whitebg{background-color: #fff;}
.fn{float: none !important; width: auto !important; clear: both;}
.boxbg{background-size: cover; background-position: center top; background-repeat: no-repeat;}
.empty,input{outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ptb3{padding: 3% 0;}
.mb3{margin-bottom: 3%;}


/* 栏目页公用样式 */
.Container{min-height: 400px; height: auto !important; height: 400px;}
.Left{width: 17%;}
.Left .title{height: 92px; padding-top: 14px; text-align: center; color: #fff; margin-bottom: 8px; background: #a50000 url(../images/subbg.png) no-repeat right bottom; border-bottom: 4px solid #d75b5b;    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;}
.Left .title span{display: block; line-height: 26px; font-size: 20px; font-weight: bold;}
.Left .title i{float: right; font-size: 24px; transition: ease-in-out 300ms; display: none;}
.Left .title.on i{transform: rotate(-180deg);}
.Menus li .am{display: block;}
.Menus li .am a{display: block; position: relative; background: #f7f7f7; padding-left: 25px; line-height: 60px; font-size: 16px;}
.Menus li.on .am a,.Menus li:hover .am a{background: #a50000; color: #fff;}
.Menus .sub{background:#fee8e8;display:none;padding:15px 0;margin-top:0px!important;}
.Menus .sub dd{font-size:16px;line-height:40px;}
.Menus .sub dd a{color:#4b4b4b; display:block; padding-left:35px; line-height:inherit;}
.Menus .sub dd:hover,.Menus .sub dd.ons a{color:#a50000;}

.Menus li.on .nyul{display:block}

.nyul{background:#fee8e8;display:none;padding:15px 0;margin-top:0px!important;}
.nyul li{font-size:16px;line-height:40px!important;background:none!important;border:0px;}
.nyul li a{color:#4b4b4b!important;display:block;padding-left:35px;line-height:inherit;}
.nyul li a:hover,.nyul li a.aon{color:#a50000!important;background:none!important;}
.nyul li:hover{background:none}
.nyul li.ons a{color:#a50000;}

.Right{width: 80%; margin-top: 28px;}
.Position{border-bottom: 1px solid #ebebeb; line-height: 46px;}
.SubName{font-size: 24px; color: #a52a2a;}
.Current{color: #808080; padding-left: 32px; background: url(../images/home.png) no-repeat left center;}
.Current a{color: #808080;}
.Current span{color: #d01f0d;}

@media ( max-width: 1024px){
	.Left,.Right{width: auto; float: none;}
	.Left .title{text-align: left; height: auto; padding: 10px 15px; margin-bottom: 0;}
	.Left .title span{line-height: 20px; font-size: 20px;}
	.Left .title i{display: block;}
	.Left .title.on i{transform: rotate(-180deg);}
	.Menus{display: none; padding: 15px; border: 1px solid #a50000;}
	.Menus li .am a{padding: 0 15px; line-height: 36px;}
	.Menus li.on .am a,.Menus li:hover .am a{background: none; color: #a50000;}

	.Right{margin-top: 15px;}
	.SubName{display: none;}
	.Current{float: none;}
}

@media ( max-width: 640px){
	.ptb3{padding: 5% 0;}
	.mb3{margin-bottom: 5%;}
	.Left .title span{font-size: 18px;}
}

